home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / NEUMAP3.ZIP / NUMP.ZP / TMPC.HLP < prev    next >
Text File  |  1994-09-03  |  2KB  |  37 lines

  1. Info on Network Modeling and Pruning Program
  2.  
  3. 1. Given a trained MLP network, the program;
  4.  a. Models the net
  5.  b. Measures its performance as a function of 
  6.     the number of hidden units
  7.  
  8. 2. The non-demo version of the program; 
  9.  a. Prunes the net to a user-controlled size and saves a pruned 
  10.       net to disk
  11.  b. Determines the effective degree (amount of nonlinearity) of the net
  12.  
  13. 3. Example Run of Network Modeling and Pruning Program
  14.  a. Go to the "Batch Processing" option and press <ret>
  15.  b. Observe the parameter file with commented keyboard responses;
  16.  
  17. gls.top             ! structure file of trained network
  18. gls                 ! data file
  19. 0                   ! Enter number of training patterns to read (0 for all data) 
  20. 0, 0                ! Enter numbers of 1st and last patterns to examine (0 0 for none)
  21. gls1.wts            ! weight file of trained network
  22. .00065              ! Maximum acceptable mean squared error in pruned network
  23.  
  24.  
  25.     The program will prune the network from the fast training program,
  26.     which has network structure file gls.top and weight file gls1.wts,
  27.     so that it has an MSE of .00065 or less.
  28.  c. Exit the DOS editor and observe the program running
  29.  d. Go to the "Examine Program Output" option and press <ret>
  30.  e. The program has created a new network, having 4 hidden units,
  31.     which performs about as well as the original network.
  32.  f. You can run this program on your own data, simply by editing the 
  33.     parameter file in the "batch Run" option. Realistically, it is 
  34.     more productive to use the "Manual Run" with this program.
  35.  
  36.  
  37.